/**
* Description锛欳SS for the main navigation
* Author锛欸avin
* E-mail: shengzhizhang@gmail.com
* Created On锛�008-10-27
* Last modification On锛�010-3-8 
**/

/* mainNav */
.ddsmoothmenu {position:relative;
font: normal 14px Arial;
width: 100%;
}
.ddsmoothmenu ul {
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul li {
position: relative;
display: inline;
float: left;

margin-right:1px; 
}
.ddsmoothmenu ul li a {
display: block;
line-height: 47px;
height: 47px;
padding: 0px 25px;
text-align:center; 
text-decoration: none;
text-transform:capitalize; 
}
* html .ddsmoothmenu ul li a {
display: inline-block;
}
.ddsmoothmenu ul li a {
color: #000;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.active, .ddsmoothmenu ul li a.current {
color: #fa7706;
}
.ddsmoothmenu ul li a span{
display:block; 
background:url(bg_main_nav.gif) no-repeat 0 -96px; 
}
.ddsmoothmenu ul li a:hover span, .ddsmoothmenu ul li a.active span, .ddsmoothmenu ul li a.current span{
background-position:0 -64px;
}

.ddsmoothmenu ul li ul {
position: absolute;
left: 0;
display: none;
visibility: hidden;
}
.ddsmoothmenu ul li ul li {
display: list-item;
float: none;
}
.ddsmoothmenu ul li ul li ul {
top: 0;
}
.ddsmoothmenu ul li ul li a {
background: #303030;
font: normal 12px Verdana;
padding:1px 10px 1px 20px;
width: 185px; 
line-height:25px;
height:25px;
margin: 0;
border: 1px solid #303030;
border-width:0 0 1px 0;
text-align:left; 
color:#fff; 
/*filter: Alpha(opacity=80);   
-moz-opacity:.80;   
opacity:0.80;*/
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.active {
background-color:#333;
background-position:5px 5px;
}